home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / LCLINT2.SPK / test / test_a / lcl / alias4 < prev    next >
Text File  |  1996-08-28  |  207b  |  11 lines

  1. imports mut;
  2.  
  3. int glob;
  4. int *globp;
  5. struct { int val; int *field; } globs;
  6.  
  7. mut f(mut a, mut b) { }
  8.  
  9. int g (void) int glob; { }
  10.  
  11. int *h (void) int glob; struct { int val; int *field; } globs; int *globp; { }